feat(java): add actor and data batch generator for java bench#3218
Conversation
…ifferent enums for benchmark data collector
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #3218 +/- ##
============================================
- Coverage 73.87% 73.77% -0.10%
Complexity 943 943
============================================
Files 1193 1200 +7
Lines 108970 109094 +124
Branches 85987 85997 +10
============================================
- Hits 80500 80486 -14
- Misses 25735 25874 +139
+ Partials 2735 2734 -1
🚀 New features to boost your workflow:
|
|
is this functional already? if yes, then what are results compared to iggy-bench? |
|
@hubcio The actor itself is functional, but no data is being collected, due to which it can't be compared to iggy bench right now. i'm writing the code for the reporting suite, and we'll be able to measure the difference between the java bench and iggy bench in the next PR. |
|
@mmodzelewski please check this once you have some spare time |
|
/ready |
mmodzelewski
left a comment
There was a problem hiding this comment.
Hey @slbotbm, sorry for the delay. Just 2 minor comments and I think we can merge. Please fix and bump the branch to the latest master.
/author
|
/ready |
|
/author |
|
/ready |
Which issue does this PR close?
Closes #
Rationale
This PR adds an actor for tcp async pinned producer benchmark, a data batch generator, and some enums. Also reorders the directory structure to create multiple benchmarks.
What changed?
Local Execution
AI Usage